DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / InsertRangeAsync Method

In This Topic
    InsertRangeAsync Method (C1GroupDataCollection<S>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function InsertRangeAsync( _
       ByVal index As Integer, _
       ByVal items As IEnumerable(Of S), _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task(Of Integer)
    public override Task<int> InsertRangeAsync( 
       int index,
       IEnumerable<S> items,
       CancellationToken cancellationToken
    )

    Parameters

    index
    items
    cancellationToken
    See Also